home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TMagicMacros Delphi / TMM2_D2T / MACRO_RE.DFM / MACRO_RE.txt
Encoding:
Text File  |  1998-09-04  |  2.4 KB  |  125 lines

  1. object RecorderForm: TRecorderForm
  2.   Tag = 1
  3.   Left = 294
  4.   Top = 173
  5.   Width = 288
  6.   Height = 338
  7.   Caption = 'Macro Recorder'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Gauge: TGauge
  18.     Left = 0
  19.     Top = 263
  20.     Width = 280
  21.     Height = 25
  22.     Align = alBottom
  23.     Progress = 0
  24.   end
  25.   object RecordButton: TButton
  26.     Left = 8
  27.     Top = 16
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Record'
  31.     TabOrder = 0
  32.     OnClick = RecordButtonClick
  33.   end
  34.   object StopButton: TButton
  35.     Left = 92
  36.     Top = 16
  37.     Width = 89
  38.     Height = 25
  39.     Caption = 'Stop Record'
  40.     TabOrder = 1
  41.     OnClick = StopButtonClick
  42.   end
  43.   object PlayButton: TButton
  44.     Left = 192
  45.     Top = 16
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Play'
  49.     TabOrder = 2
  50.     OnClick = PlayButtonClick
  51.   end
  52.   object Button1: TButton
  53.     Left = 45
  54.     Top = 56
  55.     Width = 185
  56.     Height = 25
  57.     Caption = 'Test Auto-speed addaption'
  58.     TabOrder = 3
  59.     OnClick = Button1Click
  60.   end
  61.   object RadioGroup1: TRadioGroup
  62.     Left = 58
  63.     Top = 96
  64.     Width = 161
  65.     Height = 105
  66.     Caption = 'Speed simulation'
  67.     ItemIndex = 1
  68.     Items.Strings = (
  69.       'Simulate 5x slower'
  70.       'Normal Speed'
  71.       'Simulate 5x faster')
  72.     TabOrder = 4
  73.   end
  74.   object Edit1: TEdit
  75.     Tag = 11
  76.     Left = 35
  77.     Top = 224
  78.     Width = 209
  79.     Height = 24
  80.     TabOrder = 5
  81.     OnClick = Edit1Click
  82.   end
  83.   object MainMenu1: TMainMenu
  84.     Left = 128
  85.     object File1: TMenuItem
  86.       Caption = '&File'
  87.       ShortCut = 0
  88.       object New1: TMenuItem
  89.         Caption = '&New'
  90.         ShortCut = 0
  91.         OnClick = New1Click
  92.       end
  93.       object Open1: TMenuItem
  94.         Caption = '&Open'
  95.         ShortCut = 0
  96.         OnClick = Open1Click
  97.       end
  98.       object N1: TMenuItem
  99.         Caption = '-'
  100.         ShortCut = 0
  101.       end
  102.       object Exit1: TMenuItem
  103.         Caption = '&Exit'
  104.         ShortCut = 0
  105.         OnClick = Exit1Click
  106.       end
  107.     end
  108.   end
  109.   object OpenDialog1: TOpenDialog
  110.     DefaultExt = '*.mcr'
  111.     FileEditStyle = fsEdit
  112.     Filter = 'Macro|*.mcr'
  113.     Options = [ofPathMustExist, ofFileMustExist]
  114.     Left = 176
  115.   end
  116.   object MagicMacros: TMagicMacros
  117.     OnPlay = MagicMacrosPlay
  118.     OnPlayEnded = MagicMacrosPlayEnded
  119.     OnRecordEnded = MagicMacrosRecordEnded
  120.     OnProgress = MagicMacrosProgress
  121.     Left = 40
  122.     Top = 8
  123.   end
  124. end
  125.